home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 817 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1003 b 

  1. Path: mail2news.demon.co.uk!dookie.demon.co.uk
  2. From: Jonathan Belson <jon@dookie.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: New C2P
  5. Date: Thu, 11 Jan 96 19:03:42 GMT
  6. Distribution: world
  7. Message-ID: <9601111903.AA0041d@dookie.demon.co.uk>
  8. References: <4ctiib$2ok@irz305.inf.tu-dresden.de> <38231962@kone.fipnet.fi>
  9. X-NNTP-Posting-Host: dookie.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!dookie.demon.co.uk
  12.  
  13. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  14.  
  15. : > I found a c2p-converter which use selfmodifying code. This one copy
  16. : > himself to a quadword-align memory-position. Does this give any advantages ? 
  17. : >(I think a 8bpl c2p is small enough to fit into the cache)
  18. : It is because of the instrction burst in the 68030 and upwards.
  19. : They benefit of having the loop startpoint 16 bytes aligned.
  20.  
  21. For  burst  mode  to  make a difference in execution speed, you need static
  22. column RAM, surely?
  23.  
  24. C-YA
  25. Jon
  26.